home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
01
/
3
/
DISK0130.ZIP
/
FMT.FNT
< prev
next >
Wrap
Text File
|
1983-06-11
|
1KB
|
20 lines
{ This file must be exactly 19 lines long (including the comments) }
{ The first 6 data lines give decimal codes needed for the printer }
{ to TURN ON a special font. The next 6 lines tell how to turn it }
{ OFF. If the font doesn't exist on your printer, give no numbers }
{ on the line. Note that everything between curly braces is ignored. }
{ Also, commas are ignored. }
{ Following codes work for an Epson MX80 Printer. }
27, 71, { 1 - double strike TURN-ON }
27, 69, { 2 - emphasized TURN-ON }
27, 52, { 3 - italics TURN-ON }
27, 87, 1, { 4 - double width TURN-ON }
144, { 5 - compressed TURN-ON }
27, 45, 1 { 6 - underline TURN-ON }
27, 72, { 1 - double strike TURN-OFF }
27, 70, { 2 - emphasized TURN-OFF }
27, 53, { 3 - italics TURN-OFF }
27, 87, 0, { 4 - double width TURN-OFF }
146, { 5 - compressed TURN-OFF }
27, 45, 0, { 6 - underline TURN-OFF }